home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
- set the castNum of sprite 8 to member "enter1"
- end if
- end
-
- on mouseUp
- global gsetup_pointer
- set the castNum of sprite 8 to member "enter2"
- if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
- set gsetup_pointer to the name of member the castNum of sprite 24
- if (gsetup_pointer = "ur_jazz.mov") or (gsetup_pointer = "d&b.mov") then
- depuppify()
- go("apology")
- else
- depuppify()
- if (the platform contains "16") = 0 then
- puppetSound(0)
- end if
- go(the frame + 1)
- end if
- end if
- end
-